home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / textutil.19 / textutil / textutils-1.19 / lib / long-options.h < prev    next >
Encoding:
Text File  |  1995-03-12  |  247 b   |  11 lines

  1. #undef __P
  2. #if defined (__STDC__) && __STDC__
  3. #define __P(args) args
  4. #else
  5. #define __P(args) ()
  6. #endif
  7.  
  8. void
  9.   parse_long_options __P ((int _argc, char **_argv, const char *_command_name,
  10.                const char *_version_string, void (*_usage) (int)));
  11.